projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ecf39a
)
Extend whitespace-empty to the end of the line
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 31 Jul 2021 14:52:44 +0000
(16:52 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 31 Jul 2021 14:52:44 +0000
(16:52 +0200)
* lisp/whitespace.el (whitespace-empty): Restore Emacs 26 look by
extending the face (bug#42112).
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index aaa56835cdd15e5d8e8765e73bd9913278df89fa..a2dc6ab9814e1f9ed93d94bc89e7b5b498b8fed4 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-593,7
+593,7
@@
Used when `whitespace-style' includes the value `empty'.")
(defface whitespace-empty
'((((class mono)) :inverse-video t :weight bold :underline t)
- (t :background "yellow" :foreground "firebrick"))
+ (t :background "yellow" :foreground "firebrick"
:extend t
))
"Face used to visualize empty lines at beginning and/or end of buffer."
:group 'whitespace)